Soften

Softens the imaG image using a given softness value.

Syntax: imaG.Soften strength
strength (integer) This value determines the strength of the action. Must be in the range 1 - 10
Returns: (empty)

If the image is a palettized image, after this action, it should be dithered to the current palette. Use for that: SetPaletteFromImage or SetImageFromPalette.

If MODE PROPERTY is NOT caModeDraw then an ERROR will be thrown.

See also Invert , Mirror , Rotate , Sharpen